home *** CD-ROM | disk | FTP | other *** search
- "initialize"
- if "cases?" then "yes" :
- case "case label" of
- "first" :
- "2" :
- "simple"
- "3" :
- call "call"
- "4" :
- while "while" do
- endwhile
- "5" :
- REPEAT
- UNTil "until"
- REPEAT
- UNTIL ""
- "6" :
- loop "loop"
- endloop "endloop"
- endcase
- else "no" :
- "simple thing"
- endif
- call "cleanup and go home"
-